const runtime._SIGPROF
16 uses
runtime (current package)
defs_linux_amd64.go#L61: _SIGPROF = 0x1b
os_linux.go#L681: sevp.signo = _SIGPROF
signal_unix.go#L195: if sig == _SIGPROF {
signal_unix.go#L220: if sig == _SIGPROF {
signal_unix.go#L249: if sig == _SIGPROF {
signal_unix.go#L282: if atomic.Cas(&handlingSig[_SIGPROF], 0, 1) {
signal_unix.go#L283: h := getsig(_SIGPROF)
signal_unix.go#L300: atomic.Storeuintptr(&fwdSig[_SIGPROF], h)
signal_unix.go#L301: setsig(_SIGPROF, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L317: if !sigInstallGoHandler(_SIGPROF) {
signal_unix.go#L318: if atomic.Cas(&handlingSig[_SIGPROF], 1, 0) {
signal_unix.go#L319: h := atomic.Loaduintptr(&fwdSig[_SIGPROF])
signal_unix.go#L320: setsig(_SIGPROF, h)
signal_unix.go#L439: if sig == _SIGPROF {
signal_unix.go#L638: if sig == _SIGPROF {
signal_unix.go#L930: if sig == _SIGPROF {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |